home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / pdxwn693.zip / MAY93WIN.TIP < prev    next >
Text File  |  1993-06-11  |  30KB  |  972 lines

  1. #: 31344 S1/Miscellaneous
  2.     27-May-93  16:13:40
  3. Sb: #Sys Resource Leak
  4. Fm: Chris Paynter 76300,2451
  5. To: all
  6.  
  7. We have noticed that Paradox for Windows tends to gobble system resources,
  8. especially when repeatedly switching between design and run modes in an
  9. application.  Even after exiting Paradox, the system resources are depleted.
  10. Is there an acknowledged "memory leak" with Paradox, or is there something we
  11. can do to alleviate this problem.  Also, are there known problems with memory
  12. leaks in running Paradox for Windows applications?  We'll be concerned about
  13. this when we go to deploy our apps.
  14.  
  15. Chris.
  16.  
  17. There are 2 Replies.
  18.  
  19. #: 31528 S1/Miscellaneous
  20.     28-May-93  12:06:30
  21. Sb: #31344-Sys Resource Leak
  22. Fm: Dan Ehrmann (TeamB) 70007,4644
  23. To: Chris Paynter 76300,2451 (X)
  24.  
  25. Chris:
  26.  
  27. Are you using a floating speedbar?  There is an acknowledged problem with this
  28. config in v1.0.  Try setting the speedbar back to fixed along the top of the
  29. screen.
  30.  
  31.  
  32. [Dan -> ]
  33.  
  34.  
  35.  
  36. #: 31724 S1/Miscellaneous
  37.     29-May-93  16:41:40
  38. Sb: #Pdoxwin & Dos 6
  39. Fm: Arne Snow 72124,3451
  40. To: All
  41.  
  42. Upon installing Dos6 I am unable to use Pdoxwin. I am using a 386 DX40 with 4
  43. megs of ram. I was able Pdoxwin under Dos 5. Now I get an Insuffiecient Memory
  44. message and Pdoxwin refuses to even load or. Pdoxwin caused a not present
  45. fault in Module KRNL 386.exe at 0002:098D. Sometimes Pdoxwin will load but it
  46. is so slow I could go out for dinner while it changes screens.  Has any one
  47. else experienced these problems. I am a new user to Paradox and had been
  48. looking forward to developing applications. Now I may have to go back to
  49. Access with where my applications run fine in DOS6
  50.  
  51. There are 3 Replies.
  52.  
  53. #: 31794 S1/Miscellaneous
  54.     30-May-93  15:17:47
  55. Sb: #31724-#Pdoxwin & Dos 6
  56. Fm: Brian Bushay (TeamB) 76711,516
  57. To: Arne Snow 72124,3451 (X)
  58.  
  59. Arne
  60.  
  61. >Upon installing Dos6 I am unable to use Pdoxwin. I am using a 386 DX40 with 4
  62.  
  63. There are a couple of common problems that Dos 6.0 causes when you install
  64. it.  First is ignores current settings for SmartDrv.exe and will install
  65. this disk cache with default parameters.  PdoxWin is a tight fit on a 4 meg
  66. machine you can't afford to allocate too much memory to Smartdrv.exe
  67.  
  68. I recoment you use
  69.  
  70. SmartDrv.exe 512,256 in your Autoexec.bat
  71.  
  72. As second problem that Dos 6.0 cases it to mess up your Windows swap file.
  73. You need a 4-6 meg perminant swapfile and the swapfile needs to be on an
  74. uncompressed drive.
  75.  
  76. Brian
  77.  
  78. There is 1 Reply.
  79.  
  80. #: 31856 S1/Miscellaneous
  81.     31-May-93  00:25:47
  82. Sb: #31840-#.DBF files ?
  83. Fm: Brian Bushay (TeamB) 76711,516
  84. To: Bob Taylor 76304,155 (X)
  85.  
  86. Bob
  87.  
  88.  
  89. >Is there any way to convert .dbf files to the Paradox (.db) format or vice
  90. >versa?
  91. You can copy one table type to the other.  Just specify the extension you
  92. want when you give the new table its name.
  93.  
  94. Brian
  95.  
  96.  
  97.  
  98. There is 1 Reply.
  99.  
  100. #: 31892 S1/Miscellaneous
  101.     31-May-93  11:17:04
  102. Sb: #Problem w/ Ctrl-D?
  103. Fm: Vikram Chandra 72617,2761
  104. To: Borland
  105.  
  106. I have a field formatted for five decimal places, so the user can enter a
  107. value like 0.9564.  When my user presses Ctrl-D in the next record, PdoxWin
  108. copies over the value as 1.0.  Why?
  109.  
  110.         -- Vikram
  111.  
  112. There are 3 Replies.
  113.  
  114. #: 32151 S1/Miscellaneous
  115.     01-Jun-93  15:35:47
  116. Sb: #31892-#Problem w/ Ctrl-D?
  117. Fm: Robert Ramirez (Sysop) 76702,255
  118. To: Vikram Chandra 72617,2761 (X)
  119.  
  120. Hello Vikram,
  121.  
  122. Your Control Panel (International Settings) plays apart in how the number is
  123. formatted.  Your decimal place setting must be set to 1 in order for it to
  124. round the values like you've described.  Reset this setting to 5 and you'll
  125. get the results your looking for.
  126.  
  127. ~Robert
  128. Borland Tech. Support
  129.  
  130. There is 1 Reply.
  131.  
  132. #: 31898 S1/Miscellaneous
  133.     31-May-93  11:47:43
  134. Sb: #Initial Page Display
  135. Fm: Thomas D Anthony 71561,2144
  136. To: Sysop (X)
  137.  
  138. I have a six Page Form and when the form opens it displays Page six first.
  139. Page six contains a table object, the others contain text only.   I have
  140. determined I can use setErrorCode in the canArrive method for the table object
  141. to get it to open on page one, but all the examples I follow to reset the
  142. error code after opening the form don't work. How do I dispatch an event to
  143. reset the code so the user can update the table once the form is open? HELP
  144. Tom  
  145.  
  146. There are 3 Replies.
  147.  
  148. #: 31930 S1/Miscellaneous
  149.     31-May-93  15:40:14
  150. Sb: #31898-#Initial Page Display
  151. Fm: Mike Irwin/Co-Assist 100114,1437
  152. To: Thomas D Anthony 71561,2144 (X)
  153.  
  154. Thomas,
  155.  
  156. instead of the CanNotArrive, you can tell a form to go to a certain page from
  157. code in the invoking form:
  158.  
  159. formvar.open() formvar.setPage() formvar.wait()
  160.  
  161. filling in the appropriate parameters, of course !
  162.  
  163. hope this helps
  164.  
  165. Mike
  166.  
  167. There is 1 Reply.
  168.  
  169. #: 31952 S1/Miscellaneous
  170.     31-May-93  17:31:15
  171. Sb: #Report View/Print Crash
  172. Fm: Duane Erautt 76424,2253
  173. To: all
  174.  
  175.   I have created a report consisting of around fifty lines that I am going to
  176. use for a timetable.  The report crashes when you try to preview or print it.
  177. I tried removing lines until, I got the report to the point where it wouldn't
  178. crash.  I noticed that when previewing the report the report is drawn
  179. immediately.  When I add one more line that will cause it to crash, I noticed
  180. a long delay with a lot of disk access before it actually crashes. Almost no
  181. disk activity occurs when the report is in a state that will preview
  182. correctly.
  183.   I've tried running this report on several computers, (486DX-33Mhz 16Megs
  184. ram, 386SX-25, 386DX-35) with several different configurations.  Nothing seems
  185. to make the least bit of difference.  I am prepared to upload the file so
  186. anyone can check if it crashes their machine. 
  187.  
  188. There is 1 Reply.
  189.  
  190. #: 32146 S1/Miscellaneous
  191.     01-Jun-93  15:08:42
  192. Sb: #31952-#Report View/Print Crash
  193. Fm: Steve Neverve (Sysop) 71333,114
  194. To: Duane Erautt 76424,2253 (X)
  195.  
  196. Duane,
  197.  
  198. How many objects are on your form?  Try making sure that your lines are not
  199. crossing.  Also, select all of the objects, hold down the CTRL key and
  200. right-click. Next, choose run time and uncheck fit width and fit height.
  201.  
  202. Steve
  203.  
  204. There is 1 Reply.
  205.  
  206. #: 32180 S1/Miscellaneous
  207.     01-Jun-93  16:35:44
  208. Sb: #32146-Report View/Print Crash
  209. Fm: Duane Erautt 76424,2253
  210. To: Steve Neverve (Sysop) 71333,114 (X)
  211.  
  212. In my report, I have around fifty lines. There are around three boxes.  The
  213. lines do cross,  I will try changing the lines so that they don't cross, but
  214. it seems pointless that paradox would not allow you to do this.  What I have
  215. to create is a timetable outline, with lines breaking up the days of the week
  216. as well as the hours of the day.  I have turned off the runtime resizing, but
  217. it didn't help.
  218.  
  219.                                         THANKS           
  220.  
  221. #: 32195 S1/Miscellaneous
  222.     01-Jun-93  17:04:57
  223. Sb: #File Locking w/Netw Lite
  224. Fm: Dinyar Wadia 71042,3411
  225. To: All
  226.  
  227. I have (2) computers using Novell Netware Lite 1.1. Each computer has its own
  228. Paradox licenced software. Both computers can access all files with no
  229. problem. The problem is that the record locking does not appear to be
  230. operating. Both computers can access the same record and the status line says
  231. that it is locked on both machines, but the record can be editted on both
  232. machines. If I move off the record on each machine, and back to the record,
  233. each machine maintains its own version of the record, I am not sure which
  234. version gets saved in the end. Hopefully this will all make sense to someone.
  235. Please help.  
  236.  
  237. There is 1 Reply.
  238.  
  239. #: 32371 S1/Miscellaneous
  240.     02-Jun-93  01:29:31
  241. Sb: #32195-File Locking w/Netw Lite
  242. Fm: Brian Bushay (TeamB) 76711,516
  243. To: Dinyar Wadia 71042,3411 (X)
  244.  
  245. Dinyar
  246.  
  247.  
  248. >each machine maintains its own version of the record, I am not sure which
  249. >version gets saved in the end. Hopefully this will all make sense to someone.
  250. >Please help.
  251.  
  252. You need to have DOS share loaded on both machines.
  253. In the Config Utility
  254.     You need to have "Local share On" checked.
  255.     You need to both machines configured to use the .net file in the same
  256.       Physical location.
  257.  
  258. Brian
  259.  
  260.  
  261. #: 32492 S1/Miscellaneous
  262.     02-Jun-93  14:22:34
  263. Sb: #DOS app in button??
  264. Fm: len burman 76520,3723
  265. To: sysop (X)
  266.  
  267. In a form, I have a button, which when pressed, I would like to execute WP for
  268. windows with a parameter which is a field in my form. I used the execute
  269. command like   execute("wpwin.exe name") where name = filename.Value which is
  270. a field in my form. It runs wpwin and looks for a file called   name. I want
  271. the value which is in  name. I tried using \ and \\. I also tried defining a
  272. field in my table as OLE, but since WP for windows is a client, I can't embed
  273. it in my table field. How do I do this? When I press a button, I want to go
  274. into WP for windows, with the filename which is in my form. 
  275.  
  276. There is 1 Reply.
  277.  
  278. #: 32606 S1/Miscellaneous
  279.     02-Jun-93  21:48:22
  280. Sb: #32492-#DOS app in button??
  281. Fm: Micah Bleecher(DataStar) 76570,234
  282. To: len burman 76520,3723 (X)
  283.  
  284. >command like   execute("wpwin.exe name") where name = filename.Value which is
  285. >a field in my form. It runs wpwin and looks for a file called   name. I want
  286. >the value which is in  name. I tried using \ and \\. I also tried defining a
  287.  
  288.  Try execute("WPWIN.EXE " + name)
  289.  
  290.  (assumes name is a string variable and is assigned)
  291.  
  292.  
  293. Micah
  294.  
  295. There is 1 Reply.
  296.  
  297. #: 32574 S1/Miscellaneous
  298.     02-Jun-93  19:27:21
  299. Sb: #Font Problems
  300. Fm: Al Yanchak 71155,3065
  301. To: All
  302.  
  303. I have a client who uses both PFW and Page Maker. Since installing Page Maker,
  304. the PFW status bar has shrunk to a thin line and the text on the start up
  305. screen is all messed up. I've heard that certain fonts loaded by Page Maker
  306. can produce these problems with PFW. Any info would be appreciated.
  307.  
  308. Thanks in advance,
  309.  
  310. Al
  311.  
  312. There are 2 Replies.
  313.  
  314. #: 32846 S1/Miscellaneous
  315.     03-Jun-93  15:49:34
  316. Sb: #32574-Font Problems
  317. Fm: Brian Reed (Sysop) 71333,2360
  318. To: Al Yanchak 71155,3065
  319.  
  320. Al,
  321.  
  322. Yes, there are certain fonts from Pagemaker that will cause this.
  323. Unfortunately, we haven't got them recorded here.  The lines to look at in the
  324. Win.ini file are the [font substitutes] Helv = line and the Aldus section.
  325. The Helv line should say Helv =  Ms Sans Serif. For the Aldus try commenting
  326. out the fonts to see if the problem goes away.  If I find the name or names of
  327. the actual fonts that are giving us grief I will post another message.
  328.  
  329. Hope this helps.
  330.  
  331. Brian Reed (sysop)
  332.  
  333.  
  334. #: 32861 S1/Miscellaneous
  335.     03-Jun-93  16:55:38
  336. Sb: #32574-Font Problems
  337. Fm: Brian Reed (Sysop) 71333,2360
  338. To: Al Yanchak 71155,3065
  339.  
  340. Al,
  341.  
  342. As an addendum to my previous message I did manage to find the information on
  343. which fonts cause us grief.
  344.  
  345. Comment out the lines in the font sections of the Win.ini that read: PageMaker
  346. Fonts (2:1)=ALDFONTA.FON PageMaker Fonts (4:3)=ALDFONTB.FON PageMaker Fonts
  347. (1:1)=TEDFONTF.FON
  348.  
  349. Brian Reed (sysop)
  350.  
  351.  
  352. #: 31922 S2/Install/CFG/HrdWare
  353.     31-May-93  14:37:41
  354. Sb: #Starting Paradox
  355. Fm: F C DASTOOR 76440,2017
  356. To: sysop (X)
  357.  
  358. When I tried to start up Paradox for Windows I get a error message "unable to
  359. initialise ODAPI -Directory is busy"
  360.  
  361. I have tried to restart after rebooting with no success. What is the problem?
  362. What can I do to correct it?
  363. Please help.
  364.  
  365. There is 1 Reply.
  366.  
  367. #: 31974 S2/Install/CFG/HrdWare
  368.     31-May-93  20:07:53
  369. Sb: #31922-Starting Paradox
  370. Fm: John Rendell 70474,377
  371. To: F C DASTOOR 76440,2017 (X)
  372.  
  373. F C
  374.  
  375. Delete any .lck and .net files.
  376.  
  377.        -Wig
  378.  
  379. #: 32343 S3/Tables/TableView
  380.     01-Jun-93  22:56:42
  381. Sb: #Assigning ID Numbers
  382. Fm: David GoWell 75236,106
  383. To: All
  384.  
  385. I have a lot of data in tables that I need to convert to PW.
  386. I want to assign unique ID Numbers to these records to serve as
  387. Primary Key. Once each record has an ID_Num, I know there are ways to
  388. increment each new ID_Num. But to get started, can I assign the Record Number
  389. to the ID_Num field? Any help in the area of ID Numbers, unique Keys,
  390. incrementing, etc., would be greatly appreciated.
  391.  
  392. There are 2 Replies.
  393.  
  394. #: 32406 S3/Tables/TableView
  395.     02-Jun-93  09:06:28
  396. Sb: #32343-Assigning ID Numbers
  397. Fm: Dan Ehrmann (TeamB) 70007,4644
  398. To: David GoWell 75236,106 (X)
  399.  
  400. David:
  401.  
  402. Import your data into an empty, unkeyed table.  Then restructure the table and
  403. add an ID field at the beginning, still unkeyed.
  404.  
  405. Then create the following script:
  406.  
  407.        var
  408.           TC   TCursor
  409.        endvar
  410.  
  411.        TC.open("YourTable")
  412.        TC.edit()
  413.        scan TC:
  414.           TC."YourIDField" = TC.recNo()    ; check this method name
  415.                                            ; I don't have a manual handy
  416.        endscan
  417.        TC.endEdit()
  418.        TC.close()
  419.  
  420.  
  421.  
  422. [Dan -> ]
  423.  
  424.  
  425.  
  426. #: 31900 S4/Forms
  427.     31-May-93  12:14:03
  428. Sb: #Flyaway Problems
  429. Fm: Jeffrey L. Odell 71461,1064
  430. To: Sysop (X)
  431.  
  432. I am having no luck implementing the canDepart method on page 328 of the
  433. developers guide.  I have a form, 1 ---> M
  434.                                                 |----> M ---->M
  435. The master table is implemented as a multi record object with only one record
  436. displayed.  I've attached the flyaweay method to the multi-record block and
  437. the individual record, to no avail.
  438.  
  439. Has anyone sucessfully implemented this code?  When my user enters data into
  440. the master record, I want that record to stay current when the user leaves the
  441. block.
  442.  
  443. Thanks -
  444. Jeff Odell
  445.  
  446.  
  447. There is 1 Reply.
  448.  
  449. #: 32083 S4/Forms
  450.     01-Jun-93  12:32:56
  451. Sb: #31900-#Flyaway Problems
  452. Fm: Rick Fillman (Sysop) 76702,273
  453. To: Jeffrey L. Odell 71461,1064 (X)
  454.  
  455.  > I am having no luck implementing the canDepart method on page 328
  456.  > of the developers guide.
  457.  
  458. The example code on p. 328 of teh Developer's Guide is inaccurate
  459. The recommended approach is:
  460.  
  461. method action(var eventInfo ActionEvent)
  462.  ; this code is attached to a TableFrame or MRO
  463.    if eventInfo.id() = DataUnlockRecord then
  464.       self.action(DataPostRecord)
  465.    endIf
  466. endmethod
  467.  
  468. Try it.  The above allows for use to "follow" the records to its
  469. new location in the table.
  470.  
  471.     Rick Fillman, Tech Support (Borland)
  472.  
  473. There is 1 Reply.
  474.  
  475. #: 31956 S4/Forms
  476.     31-May-93  18:38:37
  477. Sb: #Form execution of query
  478. Fm: Fred  W. Kulikoff 71712,2521
  479. To: Anyone who can help
  480.  
  481. Help! anyone.
  482.         I am a new Paradox for Windows user and have just stared to learn the
  483. ObjectPal language. I have been trying to get a query to execute from a form
  484. using the syntax:
  485.  
  486. method pushButton(var eventInfo Event)
  487. var
  488.         tv TableView
  489. endvar
  490. executeQBEFile("bldgserv.qbe", "bldgserv.db")
  491. tv.open("bldgserv.db")
  492. endmethod
  493.  
  494. The query does execute but the resulting table does not contain all the
  495. information that it does when I execute the query from the folder. The
  496. existing QBE file contains many calculated fields. The resulting table when
  497. run from the folder corrrectly shows all of these fields. When run from the
  498. form the table has many of these fields blank. The field headings are there
  499. but the results are not.
  500.         What am I doing wrong? Any help would be greatly appreciated.
  501.  
  502. There is 1 Reply.
  503.  
  504. #: 32085 S4/Forms
  505.     01-Jun-93  12:33:06
  506. Sb: #31956-Form execution of query
  507. Fm: Rick Fillman (Sysop) 76702,273
  508. To: Fred  W. Kulikoff 71712,2521
  509.  
  510.  
  511. Under certain circumstances, executeQBEFile can produce results
  512. which differ (from that which you get by manually executing the
  513. query).  These circumstances are ones where there are blank
  514. values in the fields involved in the calculations.
  515.  
  516. If this is your circumstance, you can get accurate results by
  517. switching to executeQBE instead.  See the example on p.349 of the
  518. Opal Ref. book.
  519.  
  520. Tip:  With executeQBE you will actually embed the query
  521. definition IN you OPal code - but don't try to type it in.  You
  522. ALREADY have what you need in your QBE file.  So, perform
  523. Edit|Paste from File while you are in OPal Edit mode.  Name the
  524. existing QBE file, and the text description of the query will
  525. show up.
  526.  
  527.      Rick Fillman, Tech Support (Borland)
  528.  
  529. #: 32001 S4/Forms
  530.     31-May-93  23:25:30
  531. Sb: #Misc
  532. Fm: Bradley Tubbs 70702,3245
  533. To: sysop (X)
  534.  
  535. How can I delete a parent record and all of its dependents on a form?
  536.  
  537. There is 1 Reply.
  538.  
  539. #: 32087 S4/Forms
  540.     01-Jun-93  12:33:15
  541. Sb: #32001-Misc
  542. Fm: Rick Fillman (Sysop) 76702,273
  543. To: Bradley Tubbs 70702,3245 (X)
  544.  
  545.  > How can I delete a parent record and all of its dependents on a
  546.  > form?
  547.  
  548. If you have definded Ref.Int between the Parent and child table,
  549. you will have to delete the record(s) in the child table
  550. (yourself) first.
  551.  
  552. Using OPal, this would go something like:
  553.  
  554. tc.attach(ChildTableObject)
  555. tc.edit()
  556. while tc.nrecords>0
  557.      tc.deleterecord()
  558.      ; don't need to worry about moving the record pointer here
  559.      ; if the deleteRecords works, the pointer advances to the next
  560.      ; remaining record
  561. endwhile
  562.  
  563.      Rick Fillman, Tech Support (Borland)
  564.  
  565. #: 32353 S4/Forms
  566.     01-Jun-93  23:41:57
  567. Sb: #Detail Object Updating
  568. Fm: Mark Olbert 73557,1512
  569. To: Sysop (X)
  570.  
  571. I have a form based on the following data model:
  572.  
  573.     A -->B
  574.     +-->>C-->>D
  575.  
  576. The '>>' indicates a 1 to M linkage (which I think is the 'syntax' used in
  577. PdoxWin).
  578.  
  579. When I scroll through the form normally, the master and allof the details
  580. update normally.  But when I do a Ctrl Z on a field in 'A', the A object
  581. updates but the B, C and D objects are set to some kind of end of file/new
  582. record condition (woops, I forgot to mention this occurs in edit mode).  I can
  583.  display the data in the B, C and D objects by either manually doing a HOME on
  584. each of them, or by inserting a UIObject.home() function in the action()
  585. method for the A object (on a DataArriveRecord event).
  586.  
  587. Why should I have to do this?  Why don't the detail objects display the first
  588. record in their restricted sets?
  589.  
  590. ????Mark????
  591.  
  592. There is 1 Reply.
  593.  
  594. #: 32554 S4/Forms
  595.     02-Jun-93  17:49:00
  596. Sb: #32353-#Detail Object Updating
  597. Fm: Rick Fillman (Sysop) 76702,273
  598. To: Mark Olbert 73557,1512 (X)
  599.  
  600.  
  601. For the time being, the reliable way to get the records on the
  602. detail table to appear (following a successful Ctrl-Z search in
  603. the Master table) is to start that search from the first record
  604. of the master table.  You _could_ move the record pointer to the
  605. first record in the table.
  606.  
  607. Here's a piece of ObjectPal code you can you to make that
  608. automatic.  Attach this to the Action Method of the form:
  609.  
  610. ; --- along the way to MenuLocateRecordValue,
  611. ;     move pointer to top, first
  612. if eventinfo.id()=dataSearch then
  613.     ; move pointer to top of file
  614.         home()
  615.     endif
  616.  
  617. Hope this helps.
  618.  
  619.     Rick Fillman, Tech Support (Borland)
  620.  
  621. There is 1 Reply.
  622.  
  623. #: 32646 S4/Forms
  624.     03-Jun-93  01:15:02
  625. Sb: #32554-#Detail Object Updating
  626. Fm: Mark Olbert 73557,1512
  627. To: Rick Fillman (Sysop) 76702,273 (X)
  628.  
  629. Fascinating.  Is this a WAD or a buglet?  In either event, what's odd is that
  630. the problem doesn't occur in all forms..
  631.  
  632. BTW:  does dataSearch get sent to the action() method when you start the
  633. search from the menu, or just when you do a Ctrl-Z?
  634.  
  635. - Mark
  636.  
  637. There is 1 Reply.
  638.  
  639. #: 32774 S4/Forms
  640.     03-Jun-93  13:18:17
  641. Sb: #32646-Detail Object Updating
  642. Fm: Rick Fillman (Sysop) 76702,273
  643. To: Mark Olbert 73557,1512
  644.  
  645.  > does dataSearch get sent to the action() method when you
  646.  > start the search from the menu, or just when you do a Ctrl-Z?
  647.  
  648. Either.  That's why I used dataSearch (rather than checking for
  649. the MenuRecordLocateValue) constant.  The phenonmenon should
  650. appear in any form, BTW.
  651.  
  652.      Rick Fillman, Tech Support (Borland)
  653.  
  654. #: 33945 S3/Tables/TableView
  655.     08-Jun-93  18:53:54
  656. Sb: #Automatic Date Entry
  657. Fm: Robert B. Lamishaw 76416,773
  658. To: all
  659.  
  660. Hi,
  661.  
  662. I'm new to Parodxo for Windows and am trying to create my first application.
  663. So far it seems to be OK although I would like to have the computer
  664. automatically entry a date (only no time) stamp in a field I have defined in
  665. the table.  I want to know when the record was entered into  the system for
  666. historical purposes only.  This filed will not be editable, it will only be
  667. for view and search functions.  What I cann't figure out is how to make the
  668. system fill in the field automatically.  I've used many other database systems
  669. and most have a function that you define in the data dictionary that will
  670. perform this function for you, similiar to the default option in Paradox.
  671.  
  672. If anyone can direct me how to do this I'd be most grateful.  I am hoping that
  673. I don't have to get into ObjectPal at this point.  Thanks for the help.
  674.  
  675. There are 2 Replies.
  676.  
  677. #: 34083 S3/Tables/TableView
  678.     09-Jun-93  11:53:34
  679. Sb: #33945-#Automatic Date Entry
  680. Fm: David Orriss Jr(Sysop) 75300,1414
  681. To: Robert B. Lamishaw 76416,773 (X)
  682.  
  683. Robert,
  684.  
  685. > So far it seems to be OK although I would like to have the computer
  686. > automatically entry a date (only no time) stamp in a field I have defined
  687. > in the table.
  688.  
  689. In table creation mode or table restructure mode, move to the date field in
  690. your table structure format, Press Alt-4 (this moves you to the "Default"
  691. prompt in the table restructure dialog), and type TODAY.  I hope this helps.
  692.  
  693. David
  694.  
  695. There is 1 Reply.
  696.  
  697. #: 33731 S4/Forms
  698.     07-Jun-93  23:49:25
  699. Sb: #Quick Form
  700. Fm: Peg M. Molter 72134,2727
  701. To: All
  702.  
  703. I am a brand new Paradox user, although I've had a little with D-Base IV.
  704. While following the documentation on how to create a quick form, then exit:  I
  705. double click on the form's control menu.  It brings up the prompt
  706.  
  707.         Newly created document
  708.                 Form:  New
  709.         Do you want to save it?
  710.  
  711. When I answer "yes," I'm supposed to be taken to the "Save File As" dialog
  712. box.  Instead, I'm taken to the Forms Design window.  When I double click on
  713. THAT control menu, it brings up the same "save" prompt, and when I answer
  714. "yes," I'm then taken to the dialog box described above.  All the
  715. documentation indicates  I shouldn't be going through the design window when
  716. saving the quick form.  Any suggestions?
  717.  
  718. Thanks for your patience with a really basic-type question. - - - Peg
  719.  
  720. There are 2 Replies.
  721.  
  722. #: 33906 S4/Forms
  723.     08-Jun-93  16:06:02
  724. Sb: #33731-#Quick Form
  725. Fm: Quinn Wildman (Sysop) 76703,3033
  726. To: Peg M. Molter 72134,2727 (X)
  727.  
  728. The product is operating as indended here.  The idea is that a form can only
  729. be saved when you are in design mode, so if you tell a form to save itself
  730. from run mode, it takes you to design mode so it can be saved.
  731.  
  732. There is 1 Reply.
  733.  
  734. #: 33611 S5/Reports
  735.     07-Jun-93  17:46:21
  736. Sb: #Print Report to File????
  737. Fm: Larry Chop 73700,2317
  738. To: Sysop (X)
  739.  
  740. In interactive mode, when I try to select the Generic / Text Only - File
  741. printer (which works well on any other application, I get the dialog message
  742.         Printer Error
  743. No Printer Fonts Available, printing diabled
  744.  
  745. What's up? I had just tested printing to the Generic / Text Only - File
  746. printer in Windows Write - worked great.
  747. Why not in PfW, especially in the interactive mode??
  748.  
  749. Larry
  750.  
  751. There is 1 Reply.
  752.  
  753. #: 34102 S5/Reports
  754.     09-Jun-93  12:52:52
  755. Sb: #33611-#Print Report to File????
  756. Fm: Scott Arnett (Sysop) 76711,650
  757. To: Larry Chop 73700,2317 (X)
  758.  
  759. Larry-
  760.  
  761. Make sure that you do not have Windows set to use only True Type fonts.  Go
  762. into the control panel and select Fonts and True Type.  Make sure that "Show
  763. Only True Type Fonts in Applications" is not checked.
  764.  
  765. -
  766. Scott
  767.  
  768.  
  769. There is 1 Reply.
  770.  
  771. #: 33763 S5/Reports
  772.     08-Jun-93  05:46:04
  773. Sb: #reports
  774. Fm: Stephen De Marco 73112,3310
  775. To:  73112,3310 (X)
  776.  
  777. Reference the problem printing on an ASCII printer. If I have the printer
  778. selection set correctly to the ASCII printer, then the table comes up in Roman
  779. type, and it prints OKay. But, if I run a query on that table the ANSWER is in
  780. Arial type anint. I have to select each element of the answer table and change
  781. it to Roman. There should be a better way. Is there a system session setting
  782. that has tables, reports, queries, etc. all come up in a particular font?
  783.  
  784. There is 1 Reply.
  785.  
  786. #: 34154 S5/Reports
  787.     09-Jun-93  15:57:50
  788. Sb: #33763-reports
  789. Fm: Scott Arnett (Sysop) 76711,650
  790. To: Stephen De Marco 73112,3310
  791.  
  792. Stephen-
  793.  
  794. If you want to set a default font for your answer table do this:
  795.  
  796. 1) Open the quewry and choose Properties | Answer Table | Options
  797.  
  798. 2) Click on the image of the Answer table and do Shift+Ctrl+M.
  799.  
  800. 3) Set the font you want, and click OK.
  801.  
  802. 4) Save the query.
  803.  
  804. This will allow you to set a default font for that query.
  805.  
  806. -Scott
  807.  
  808.  
  809. #: 33913 S5/Reports
  810.     08-Jun-93  16:56:42
  811. Sb: #output to a file
  812. Fm: Tom Haley 72212,3477
  813. To: Sysop (X)
  814.  
  815. Is there a way to direct the output of a report to an ascii file?
  816.  
  817. Sometimes the output needs massaged for reports......
  818.  
  819. thanks.
  820. tom
  821.  
  822. There is 1 Reply.
  823.  
  824. #: 34159 S5/Reports
  825.     09-Jun-93  15:58:12
  826. Sb: #33913-output to a file
  827. Fm: Scott Arnett (Sysop) 76711,650
  828. To: Tom Haley 72212,3477
  829.  
  830. Tom-
  831.  
  832. To output to an ASCII file you need to set up the Generic Print driver in
  833. Windows Control Panel and set it to output to a file.  Then use that driver
  834. to print your report.
  835.  
  836. -Scott
  837.  
  838.  
  839. #: 34260 S10/ObjectPAL Environ.
  840.     09-Jun-93  21:28:51
  841. Sb: #Business days passed
  842. Fm: Jim White 73530,207
  843. To: All
  844.  
  845. Has anyone got any ideas as to how I might calculate business days passed in a
  846. field under reports in PDOX/WIN?
  847. I have a client who wishes to document the number of business days passed
  848. between the opening of a service call and its close.  The problem that I am
  849. having difficulty with is determining how to calculate out weekends, and,
  850. possibly, holidays, from this equation.
  851. Any suggestions would be very much appreciated.
  852. Thanks,
  853. ==>Jim
  854.  
  855. There is 1 Reply.
  856.  
  857. #: 34283 S10/ObjectPAL Environ.
  858.     09-Jun-93  23:08:46
  859. Sb: #34260-Business days passed
  860. Fm: Les Gainous 72731,146
  861. To: Jim White 73530,207
  862.  
  863. RE:  how I might calculate business days passed
  864.  
  865. Jim,
  866.  
  867. This is very rough "pseudocode" (in other words, the syntax may not be
  868. 100%).  This is only one way to do it using ObjectPAL.
  869.  
  870. {-----------------------------------------------------------------}
  871. elpBusDays = 0
  872. numDays = endDate - beginDate {assuming these dates are valid}
  873.  
  874. for i from 1 to numDays
  875.   if subStr((dow(beginDate + i)),1,1) <> "S" then
  876.     {the day must not start with the letter S, so lets count it.
  877.      caveat: weekday holidays are not checked!}
  878.     elpBusDays = elpBusDays + 1
  879.   endIf
  880. endFor
  881.  
  882. stmt = "The number of elapsed business days is:" + strVal(elpBusDays)
  883. msgInfo("Result",stmt)
  884.  
  885. {-----------------------------------------------------------------}
  886.  
  887. goodLuck()  Les  72731,146
  888.  
  889. #: 34109 S13/Addins/Training
  890.     09-Jun-93  13:07:19
  891. Sb: #Paradox Users Conference
  892. Fm: Alan Zenreich 71171,1340
  893. To: PALs
  894.  
  895. Greetings,
  896.  
  897. * Are you hungry for the latest Paradox techniques and tips?
  898. * Do you want to pick the brains of some of the best Paradox talent
  899.   around?
  900. * Do you miss the intimacy of a conference that deals only with
  901.   Paradox and Paradox for Windows?
  902. * Does your boss refuse to send you to the West Coast?
  903.  
  904. Have I got news for you!  I'm pleased to announce the upcoming
  905.  
  906.             Paradox Users Conference
  907.             September 26 - 29, 1993
  908.             Walt Disney World Swan Hotel
  909.             Lake Buena Vista, Florida
  910.  
  911. This conference, set on the grounds of Disney World, is likely to be
  912. closer in size (and tone) to the original Paradox conference in Monterey,
  913. anticpating somehwere between 900 and 1500 people.
  914.  
  915. The conference is devoted exclusively to Paradox and Paradox for
  916. Windows, with sessions for both end users and developers.
  917.  
  918. Topics include interactive Paradox and Paradox for Windows, PAL and
  919. ObjectPAL programming, and multiuser/Client-Server issues.  Discover
  920. sophisticated Paradox 4.0 programming techniques.  Gain an understanding
  921. of the Paradox for Windows programming environment.
  922.  
  923. Share experiences with Developers from around the world.
  924.  
  925. The instructors are world class, some of the best known and highly
  926. rated in the industry (both for their technical expertise and teaching
  927. abilities).  In alphabetical order:
  928.  
  929.    Luke Chung          Mark Pauker
  930.    Joe Clark           Greg Salcedo
  931.    Tim Colling         Ken Schachat
  932.    Dan Ehrmann         Kevin Smith
  933.    Joe Fung            Martin Rudy
  934.    Jim Kocis           Ben Tandowski
  935.    Dan Paolini         Bill Todd
  936.                        Alan Zenreich
  937.  
  938. Although this is an independant conference, it has Borland's support.
  939. Borland International will be giving the Keynote address, and
  940. several Borland speakers will present technical sessions.
  941.  
  942. The registration fee is $895.00 per person, however an Early-Bird
  943. registration fee of only $795.00 has been extended through mid August.
  944. Space is limited, so register early!
  945.  
  946. The room rate is $130 per night (a pretty good deal considering Microsoft
  947. held their Tech-Ed conference in this hotel and the room rate was $180
  948. per night).
  949.  
  950. For additional information, contact:
  951.  
  952.    The Paradox Users Conferene Hotline
  953.  
  954.    800-942-8872
  955.    203-261-6227
  956.    Fax 203-261-3884
  957.  
  958.    731 Main Street, Suite C-3
  959.    Monroe, CT 06468
  960.  
  961.  
  962. I hope to see lots of you there!!
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970. There is 1 Reply.
  971.  
  972.